type google.golang.org/grpc/internal/channelz.subChannel
20 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L237: sc := &subChannel{
funcs.go#L365: subChannels map[int64]*subChannel
funcs.go#L377: subChannels: make(map[int64]*subChannel),
funcs.go#L401: func (c *channelMap) addSubChannel(id int64, sc *subChannel, pid int64) {
funcs.go#L513: case *subChannel:
funcs.go#L721: var sc *subChannel
types.go#L212: case *subChannel:
types.go#L312: type subChannel struct {
types.go#L324: func (sc *subChannel) addChild(id int64, e entry) {
types.go#L332: func (sc *subChannel) deleteChild(id int64) {
types.go#L337: func (sc *subChannel) triggerDelete() {
types.go#L342: func (sc *subChannel) getParentID() int64 {
types.go#L353: func (sc *subChannel) deleteSelfFromTree() (deleted bool) {
types.go#L373: func (sc *subChannel) deleteSelfFromMap() (delete bool) {
types.go#L388: func (sc *subChannel) deleteSelfIfReady() {
types.go#L399: func (sc *subChannel) getChannelTrace() *channelTrace {
types.go#L403: func (sc *subChannel) incrTraceRefCount() {
types.go#L407: func (sc *subChannel) decrTraceRefCount() {
types.go#L411: func (sc *subChannel) getTraceRefCount() int {
types.go#L416: func (sc *subChannel) getRefName() string {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)